Skip to content

Update codex to 0.120.0 - #91

Merged
NikolaiSviridov merged 5 commits into
mainfrom
codex-update/0.120.0
Apr 15, 2026
Merged

Update codex to 0.120.0#91
NikolaiSviridov merged 5 commits into
mainfrom
codex-update/0.120.0

Conversation

@codex-acp-ci-app

Copy link
Copy Markdown

What's new

Previously failed test and reason:

  1. src/__tests__/CodexACPAgent/mcp-session.test.ts (should return configured mcp) failed because creating a real thread hit Read-only file system (os error 30) in this runtime.

What I changed and why:

  1. Added explicit handling for thread/realtime/sdp in CodexEventHandler so the server-notification switch remains exhaustive with the updated app-server schema.
  2. Updated test fixtures to match new generated types introduced by the update:
  3. Added additionalSpeedTiers to Model fixtures.
  4. Added startedAt, completedAt, and durationMs to Turn fixtures.
  5. Added forkedFromId to Thread fixtures.
    This fixes type incompatibilities caused by schema changes.
  6. Reworked mcp-session.test.ts to use the mock Codex fixture for /mcp behavior validation, removing dependency on real thread initialization in environments where filesystem/session setup is read-only.

@NikolaiSviridov
NikolaiSviridov merged commit 6043b9b into main Apr 15, 2026
3 checks passed
@ishulgin
ishulgin deleted the codex-update/0.120.0 branch July 8, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants